[INFO] fetching crate refluxer 0.2.0...
[INFO] fixing refluxer-0.2.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate refluxer 0.2.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate refluxer 0.2.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate refluxer 0.2.0
[INFO] tweaked toml for crates.io crate refluxer 0.2.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate refluxer 0.2.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate refluxer 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d84444b6277daff611fe4a604efaa1203ec6e9f4ae1387e5d4cfaa83b2c5a4b1
[INFO] running `Command { std: "docker" "start" "d84444b6277daff611fe4a604efaa1203ec6e9f4ae1387e5d4cfaa83b2c5a4b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d84444b6277daff611fe4a604efaa1203ec6e9f4ae1387e5d4cfaa83b2c5a4b1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d84444b6277daff611fe4a604efaa1203ec6e9f4ae1387e5d4cfaa83b2c5a4b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d84444b6277daff611fe4a604efaa1203ec6e9f4ae1387e5d4cfaa83b2c5a4b1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking tokio v1.52.0
[INFO] [stderr]    Compiling rustls v0.23.38
[INFO] [stderr]     Checking rustls-webpki v0.103.12
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking refluxer v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find `gateway` in `refluxer`
[INFO] [stdout]   --> tests/common/mod.rs:45:51
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub async fn start_gateway_session() -> refluxer::gateway::GatewayConnection {
[INFO] [stdout]    |                                                   ^^^^^^^ could not find `gateway` in `refluxer`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[cfg(feature = "gateway")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `gateway` feature
[INFO] [stdout]  9 | pub mod gateway;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `gateway` in `refluxer`
[INFO] [stdout]   --> tests/common/mod.rs:51:24
[INFO] [stdout]    |
[INFO] [stdout] 51 |     let gw = refluxer::gateway::GatewayConnection::connect(gateway_url, &token)
[INFO] [stdout]    |                        ^^^^^^^ could not find `gateway` in `refluxer`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[cfg(feature = "gateway")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `gateway` feature
[INFO] [stdout]  9 | pub mod gateway;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `refluxer::Client`, `refluxer::Context`, `refluxer::EventHandler`
[INFO] [stdout]   --> examples/ping_bot.rs:9:16
[INFO] [stdout]    |
[INFO] [stdout]  9 | use refluxer::{Client, Context, EventHandler};
[INFO] [stdout]    |                ^^^^^^  ^^^^^^^  ^^^^^^^^^^^^ no `EventHandler` in the root
[INFO] [stdout]    |                |       |
[INFO] [stdout]    |                |       no `Context` in the root
[INFO] [stdout]    |                no `Client` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this struct instead:
[INFO] [stdout]            reqwest::Client
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:25:18
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[cfg(feature = "client")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout] 25 | pub use client::{Client, ClientBuilder, Context, EventHandler};
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout]    = help: consider importing one of these items instead:
[INFO] [stdout]            std::task::Context
[INFO] [stdout]            anyhow::Context
[INFO] [stdout]            tracing_subscriber::layer::Context
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:25:41
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[cfg(feature = "client")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout] 25 | pub use client::{Client, ClientBuilder, Context, EventHandler};
[INFO] [stdout]    |                                         ^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:25:50
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[cfg(feature = "client")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout] 25 | pub use client::{Client, ClientBuilder, Context, EventHandler};
[INFO] [stdout]    |                                                  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `gateway` in `refluxer`
[INFO] [stdout]   --> tests/common/mod.rs:45:51
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub async fn start_gateway_session() -> refluxer::gateway::GatewayConnection {
[INFO] [stdout]    |                                                   ^^^^^^^ could not find `gateway` in `refluxer`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[cfg(feature = "gateway")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `gateway` feature
[INFO] [stdout]  9 | pub mod gateway;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `gateway` in `refluxer`
[INFO] [stdout]   --> tests/common/mod.rs:51:24
[INFO] [stdout]    |
[INFO] [stdout] 51 |     let gw = refluxer::gateway::GatewayConnection::connect(gateway_url, &token)
[INFO] [stdout]    |                        ^^^^^^^ could not find `gateway` in `refluxer`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[cfg(feature = "gateway")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `gateway` feature
[INFO] [stdout]  9 | pub mod gateway;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `gateway` in `refluxer`
[INFO] [stdout]   --> tests/common/mod.rs:45:51
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub async fn start_gateway_session() -> refluxer::gateway::GatewayConnection {
[INFO] [stdout]    |                                                   ^^^^^^^ could not find `gateway` in `refluxer`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[cfg(feature = "gateway")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `gateway` feature
[INFO] [stdout]  9 | pub mod gateway;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `refluxer` (example "ping_bot") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `refluxer` (test "reactions") due to 2 previous errors
[INFO] [stdout] error[E0433]: cannot find `gateway` in `refluxer`
[INFO] [stdout]   --> tests/common/mod.rs:51:24
[INFO] [stdout]    |
[INFO] [stdout] 51 |     let gw = refluxer::gateway::GatewayConnection::connect(gateway_url, &token)
[INFO] [stdout]    |                        ^^^^^^^ could not find `gateway` in `refluxer`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[cfg(feature = "gateway")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `gateway` feature
[INFO] [stdout]  9 | pub mod gateway;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `gateway` in `refluxer`
[INFO] [stdout]   --> tests/common/mod.rs:45:51
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub async fn start_gateway_session() -> refluxer::gateway::GatewayConnection {
[INFO] [stdout]    |                                                   ^^^^^^^ could not find `gateway` in `refluxer`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[cfg(feature = "gateway")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `gateway` feature
[INFO] [stdout]  9 | pub mod gateway;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `gateway` in `refluxer`
[INFO] [stdout]   --> tests/common/mod.rs:45:51
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub async fn start_gateway_session() -> refluxer::gateway::GatewayConnection {
[INFO] [stdout]    |                                                   ^^^^^^^ could not find `gateway` in `refluxer`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[cfg(feature = "gateway")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `gateway` feature
[INFO] [stdout]  9 | pub mod gateway;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `gateway` in `refluxer`
[INFO] [stdout]   --> tests/common/mod.rs:51:24
[INFO] [stdout]    |
[INFO] [stdout] 51 |     let gw = refluxer::gateway::GatewayConnection::connect(gateway_url, &token)
[INFO] [stdout]    |                        ^^^^^^^ could not find `gateway` in `refluxer`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[cfg(feature = "gateway")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `gateway` feature
[INFO] [stdout]  9 | pub mod gateway;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `refluxer` (test "saved_media") due to 2 previous errors
[INFO] [stdout] error[E0433]: cannot find `gateway` in `refluxer`
[INFO] [stdout]   --> tests/common/mod.rs:45:51
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub async fn start_gateway_session() -> refluxer::gateway::GatewayConnection {
[INFO] [stdout]    |                                                   ^^^^^^^ could not find `gateway` in `refluxer`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[cfg(feature = "gateway")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `gateway` feature
[INFO] [stdout]  9 | pub mod gateway;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `gateway` in `refluxer`
[INFO] [stdout]   --> tests/common/mod.rs:51:24
[INFO] [stdout]    |
[INFO] [stdout] 51 |     let gw = refluxer::gateway::GatewayConnection::connect(gateway_url, &token)
[INFO] [stdout]    |                        ^^^^^^^ could not find `gateway` in `refluxer`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[cfg(feature = "gateway")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `gateway` feature
[INFO] [stdout]  9 | pub mod gateway;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `refluxer` (test "guilds") due to 2 previous errors
[INFO] [stderr] error: could not compile `refluxer` (test "users") due to 2 previous errors
[INFO] [stderr] error: could not compile `refluxer` (test "roles") due to 2 previous errors
[INFO] [stderr] error: could not compile `refluxer` (test "invites") due to 2 previous errors
[INFO] [stdout] error[E0433]: cannot find `gateway` in `refluxer`
[INFO] [stdout]   --> tests/common/mod.rs:51:24
[INFO] [stdout]    |
[INFO] [stdout] 51 |     let gw = refluxer::gateway::GatewayConnection::connect(gateway_url, &token)
[INFO] [stdout]    |                        ^^^^^^^ could not find `gateway` in `refluxer`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[cfg(feature = "gateway")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `gateway` feature
[INFO] [stdout]  9 | pub mod gateway;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `gateway` in `refluxer`
[INFO] [stdout]   --> tests/common/mod.rs:45:51
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub async fn start_gateway_session() -> refluxer::gateway::GatewayConnection {
[INFO] [stdout]    |                                                   ^^^^^^^ could not find `gateway` in `refluxer`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[cfg(feature = "gateway")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `gateway` feature
[INFO] [stdout]  9 | pub mod gateway;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `gateway` in `refluxer`
[INFO] [stdout]   --> tests/common/mod.rs:45:51
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub async fn start_gateway_session() -> refluxer::gateway::GatewayConnection {
[INFO] [stdout]    |                                                   ^^^^^^^ could not find `gateway` in `refluxer`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[cfg(feature = "gateway")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `gateway` feature
[INFO] [stdout]  9 | pub mod gateway;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `gateway` in `refluxer`
[INFO] [stdout]   --> tests/common/mod.rs:51:24
[INFO] [stdout]    |
[INFO] [stdout] 51 |     let gw = refluxer::gateway::GatewayConnection::connect(gateway_url, &token)
[INFO] [stdout]    |                        ^^^^^^^ could not find `gateway` in `refluxer`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[cfg(feature = "gateway")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `gateway` feature
[INFO] [stdout]  9 | pub mod gateway;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `gateway` in `refluxer`
[INFO] [stdout]   --> tests/common/mod.rs:51:24
[INFO] [stdout]    |
[INFO] [stdout] 51 |     let gw = refluxer::gateway::GatewayConnection::connect(gateway_url, &token)
[INFO] [stdout]    |                        ^^^^^^^ could not find `gateway` in `refluxer`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[cfg(feature = "gateway")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `gateway` feature
[INFO] [stdout]  9 | pub mod gateway;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `refluxer` (test "messages") due to 2 previous errors
[INFO] [stdout] error[E0433]: cannot find `gateway` in `refluxer`
[INFO] [stdout]   --> tests/common/mod.rs:45:51
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub async fn start_gateway_session() -> refluxer::gateway::GatewayConnection {
[INFO] [stdout]    |                                                   ^^^^^^^ could not find `gateway` in `refluxer`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[cfg(feature = "gateway")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `gateway` feature
[INFO] [stdout]  9 | pub mod gateway;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `gateway` in `refluxer`
[INFO] [stdout]   --> tests/common/mod.rs:45:51
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub async fn start_gateway_session() -> refluxer::gateway::GatewayConnection {
[INFO] [stdout]    |                                                   ^^^^^^^ could not find `gateway` in `refluxer`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[cfg(feature = "gateway")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `gateway` feature
[INFO] [stdout]  9 | pub mod gateway;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `gateway` in `refluxer`
[INFO] [stdout]   --> tests/common/mod.rs:51:24
[INFO] [stdout]    |
[INFO] [stdout] 51 |     let gw = refluxer::gateway::GatewayConnection::connect(gateway_url, &token)
[INFO] [stdout]    |                        ^^^^^^^ could not find `gateway` in `refluxer`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[cfg(feature = "gateway")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `gateway` feature
[INFO] [stdout]  9 | pub mod gateway;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `gateway` in `refluxer`
[INFO] [stdout]   --> tests/common/mod.rs:51:24
[INFO] [stdout]    |
[INFO] [stdout] 51 |     let gw = refluxer::gateway::GatewayConnection::connect(gateway_url, &token)
[INFO] [stdout]    |                        ^^^^^^^ could not find `gateway` in `refluxer`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[cfg(feature = "gateway")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `gateway` feature
[INFO] [stdout]  9 | pub mod gateway;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `refluxer` (test "errors") due to 2 previous errors
[INFO] [stderr] error: could not compile `refluxer` (test "webhooks") due to 2 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `refluxer` (test "channels") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "d84444b6277daff611fe4a604efaa1203ec6e9f4ae1387e5d4cfaa83b2c5a4b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d84444b6277daff611fe4a604efaa1203ec6e9f4ae1387e5d4cfaa83b2c5a4b1", kill_on_drop: false }`
[INFO] [stdout] d84444b6277daff611fe4a604efaa1203ec6e9f4ae1387e5d4cfaa83b2c5a4b1
